
.dis{
    display: inline-flex;
}
.scroll{
    max-height: 300px;
    overflow:scroll ;
    scrollbar-width:none;
}

.font {
    font-family: shayan;
    font-weight: 400;
    font-style: normal;
  }
  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
  }
  .black{
    color: black;
  }
  .size{
    height: 50px;
  }
@font-face {
    font-family: shayan;
    src: url(font/iransansdn.ttf);
}